projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85b4f2
)
texthistory: fix has_actionable function
author
liferooter
<glebsmirnov0708@gmail.com>
Tue, 1 Jun 2021 11:04:55 +0000
(11:04 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 1 Jun 2021 11:04:55 +0000
(11:04 +0000)
gtk/gtktexthistory.c
patch
|
blob
|
history
diff --git
a/gtk/gtktexthistory.c
b/gtk/gtktexthistory.c
index 645d1822ebd925dd58bdbc5334b643b2929b5380..3b9e04aaaee4415568ac5de7b0f50260fca3b245 100644
(file)
--- a/
gtk/gtktexthistory.c
+++ b/
gtk/gtktexthistory.c
@@
-460,6
+460,8
@@
has_actionable (const GQueue *queue)
{
if (has_actionable (&action->u.group.actions))
return TRUE;
+ else
+ continue;
}
return TRUE;